PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.operators Package / PDFShowText4Operator Class / PDFShowText4Operator Constructor / PDFShowText4Operator Constructor(PDFCosString,double,double)
The text displayed by this operator as a COS string.
The word spacing.
The character spacing.
In This Topic
    PDFShowText4Operator Constructor(PDFCosString,double,double)
    In This Topic
    Initializes a new Object.
    Syntax
    public PDFShowText4Operator( 
       PDFCosString text,
       double wordSpacing,
       double characterSpacing
    )

    Parameters

    text
    The text displayed by this operator as a COS string.
    wordSpacing
    The word spacing.
    characterSpacing
    The character spacing.
    See Also